P2Pprogrammer 2 programmer


Home > Download > SMU - Question Paper > BSc IT > BT8903

C# Programming


This is the collection of Sikkim Manipal University (SMU) question and answers for C# Programming . It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2024, 2023, 2022 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of C# Programming , SMU - Bachelor of Science in Information Technology.

Course Name        BSc IT (Bachelor of Science in Information Technology)

Subject Code       BT8903 (C# Programming )

Get Questions        PART - A    PART - B    PART - C

Subject : C# Programming

     BT8903 : PART - C    


Q. 1Srtruct type can declare declare the
following in C#
i. Constructors
ii. Constants
iii. Fields
iv. Methods
v. Properties
vi Indexers
vii. Operators
viii. Nested types
 A)A) All the above
 B)i., i., iii and iv
 C)v., vi., vii. And viii
 D)None of the above
   
Q. 2List C# member modifiers
i. Abstract
ii. Const
iii. Event
iv. Extern
v. Override
vi. Readonly
vii. Static
viii. Virtual
 A)i., ii., iii, and iv
 B)v., vi., vi and viii
 C)All the above
 D)None of the above
   
Q. 3Predict the output
using System;
class Base
{.
public void display ()
{
Console.WriteLine (“From Base”);
}
public virtual void print ()
{
Console (“From Base”);
}
}
class child:Base
{
public over
 A)From Base
From Base
From Derived
From Derived
 B)From Base
From Base
From Base
From Derived
 C)From Base
From Derived
From Derived
From Base
 D)From Derived
From Derived
From Base
From Base
   
Q. 4What are the uses of preprocessor
directives in C#?
a) Error and warning reporting
b) Conditional compilation
c) Macro processor
d) Compatible versioning
e) Line control
 A)a), b), c) and d)
 B)a), b), d) and e)
 C)a), b) and e)
 D)a), b), c), d) and e)
   
Q. 5Match the following
SET - A [Exception type]
a) Exception
b) SystemException
c) ArgumentException
d) InterofException
SET - B [Description]
1) Base class for COM class’s HRESULT
information
2) Base class for exceptions
 A)a) - 4), b) - 3), c) - 5), d) - 2)
 B)a) - 6), b) - 4), c) - 1), d) - 3)
 C)a) - 5), b) - 3), c) - 4), d) - 1)
 D)a) - 4), b) - 2), c) - 6), d) - 5)
   
Click here to get C# Programming (BT8903 ) New Question


Home > Download > SMU - Question Paper > BSc IT > BT8903